home *** CD-ROM | disk | FTP | other *** search
/ Megahits 5 / Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / archive / show / photocdaga10.lha / PhotoCDAGA / src / ppm2AGA / libppm.h < prev    next >
C/C++ Source or Header  |  1993-12-24  |  277b  |  12 lines

  1. /* libppm.h - internal header file for libppm portable pixmap library
  2. */
  3.  
  4. #ifndef _LIBPPM_H_
  5. #define _LIBPPM_H_
  6.  
  7. /* Here are some routines internal to the ppm library. */
  8.  
  9. void ppm_readppminitrest ( FILE* file, int* colsP, int* rowsP, pixval* maxvalP );
  10.  
  11. #endif /*_LIBPPM_H_*/
  12.